xen.git
2006-02-28 kaf24@firebug... Allow tpmfront/tpmback to be built as modules.
2006-02-28 kaf24@firebug... Allow netback to be built as a module.
2006-02-28 kaf24@firebug... Allow blkback to be built as a module.
2006-02-28 kaf24@firebug... Avoid using unexported add_timer_on() function in netba...
2006-02-28 kaf24@firebug... Sketch a new interface for transferring hypercall argum...
2006-02-28 kaf24@firebug... Clean up management of 'initial images' temporary buffers.
2006-02-28 kaf24@firebug... Fix tools Makefiles to respect CFLAGS. Disable stack...
2006-02-28 kaf24@firebug... Add 'm' debug key to print free-memory info.
2006-02-28 kaf24@firebug... Fix a multi HVM domain issue (bugzilla bug #542):
2006-02-28 kaf24@firebug... Fix SVM cr0 handling.
2006-02-28 kaf24@firebug... Fix SVM PAE support.
2006-02-28 kaf24@firebug... Fix SVM guest pin timer migration logic.
2006-02-28 kaf24@firebug... Fix SVM vlapic logic.
2006-02-28 kaf24@firebug... Removing hvm_safe_block() from the SVM hlt function...
2006-02-27 emellor@leeni... Merged.
2006-02-27 Ian.Campbell... Add support for configuring feature flags when starting...
2006-02-27 cl349@firebug... Update to Linux 2.6.16-rc5.
2006-02-27 kaf24@firebug... Check feature flag supervisor_mode_kernel in dom0 builder.
2006-02-27 emellor@leeni... Reconstitute the ip parameter correctly. Closes bug...
2006-02-27 kaf24@firebug... Allow a guest to switch pagetables 'atomically'. That...
2006-02-27 emellor@leeni... Use cleverer sed pattern to avoid use of head -1.
2006-02-27 emellor@leeni... Break out the hotplug cleanup code into xen-hotplug...
2006-02-27 emellor@leeni... Merged.
2006-02-27 emellor@leeni... Move files that have appeared in the wrong place due...
2006-02-27 kaf24@firebug... xen/ia64 uaccess is still linux style with different...
2006-02-27 kaf24@firebug... Fix a missed unmap in __entry().
2006-02-27 emellor@leeni... While testing TCP & UDP tests (coming soon), I tracked...
2006-02-27 emellor@leeni... The attached patch does the following:
2006-02-27 emellor@leeni... The attached patch breaks out
2006-02-27 kaf24@firebug... Add a compile time option to enable domain 0 running...
2006-02-27 Ian.Campbell... merge
2006-02-27 Ian.Campbell... List pae_pgdir_above_4gb in features for x86/32 Linux...
2006-02-27 Ian.Campbell... merge.
2006-02-27 Ian.Campbell... Support XENFEAT_supervisor_mode_kernel in x86/64 HYPERV...
2006-02-27 Ian.Campbell... Only panic() if the dom0 kernel requires an unknown...
2006-02-27 emellor@leeni... Merged.
2006-02-27 cl349@firebug... Fix non-xen build for: Make the fixmap area moveable...
2006-02-27 cl349@firebug... Add arch/i386/mm/pgtable.c to sparse tree.
2006-02-27 cl349@firebug... Fix non-xen build for: Move the gate page (vsyscall...
2006-02-27 cl349@firebug... Add include/asm-i386/{fixmap,page}.h to sparse tree.
2006-02-27 kaf24@firebug... Define strlcpy() in include/xen/string.h
2006-02-26 kaf24@firebug... Periodically sytnchronize Xen's wallclock time with...
2006-02-26 kaf24@firebug... The disk isn't guaranteed to be the first device in...
2006-02-26 kaf24@firebug... pygrub currently takes a file on the command line to...
2006-02-26 kaf24@firebug... Instead of using a static filename in the guest bootloa...
2006-02-26 kaf24@firebug... Add 'console=xxx' to the Xen serial console section...
2006-02-26 kaf24@firebug... Cross-compilation fixes (x86/64 on i386).
2006-02-25 kaf24@firebug... Fix assertion.
2006-02-25 kaf24@firebug... New VCPUOP_register_runstate_memory_area hypercall...
2006-02-25 kaf24@firebug... Update Linux time IRQ handler to understand the new...
2006-02-25 kaf24@firebug... New VCPUOP_get_runstate_info hypercall. Returns informa...
2006-02-25 kaf24@firebug... Avoid pcnet dm packet loss / corruption.
2006-02-24 kaf24@firebug... Split XENFEAT_ feature flags into new header file featu...
2006-02-24 kaf24@firebug... Fix up CPU allocation and topology reporting.
2006-02-24 kaf24@firebug... Quieten down MSR access warnings.
2006-02-24 kaf24@firebug... Default minimum number of receive buffers queued by...
2006-02-24 kaf24@firebug... Bring up AP of VMX domain.
2006-02-24 kaf24@firebug... Clean up p2m functions.
2006-02-24 kaf24@firebug... Two missing exports (one of them needed only for PAE...
2006-02-24 kaf24@firebug... Another tiny C89 fix.
2006-02-24 cl349@firebug... linux-i386: cleanup head.S, sync default_ldt and {new...
2006-02-24 Ian.Campbell... Implement direct iret to guest kernel where possible...
2006-02-24 kaf24@firebug... Tools changes for per-vcpu io event channel on IA64.
2006-02-24 kaf24@firebug... Return <4GB memory back to Xen when destroying a PAE...
2006-02-24 kaf24@firebug... This patch allows for compilation with C89 era compiler...
2006-02-24 kaf24@firebug... Cset 8950 adds shadow info dump in common code, however
2006-02-23 kaf24@firebug... Use common IRET macro for all exits from XenLinux....
2006-02-23 kaf24@firebug... Remove TBF_SLOW_IRET hack from x86/64 Xen return-to...
2006-02-23 kaf24@firebug... Remove explicit munging of selector RPLs from Xen Linux...
2006-02-23 vhanquez@kneesa... initialize few structure fully to zero with talloc_zero
2006-02-23 cl349@firebug... Output which shadow mode is used, if any.
2006-02-23 cl349@firebug... Make the fixmap area moveable in kernel address space.
2006-02-23 cl349@firebug... Move the gate page (vsyscall) out of the fixmap area...
2006-02-23 cl349@firebug... Add include/asm-i386/{a.out,elf}.h to sparse tree
2006-02-23 kaf24@firebug... Add XENFEAT feature parsing to the domain 0 builder...
2006-02-23 kaf24@firebug... Remove some unnecessary diffs vs. native Linux. We...
2006-02-23 kaf24@firebug... Fix netfront receive path for auto_translate_physmap...
2006-02-23 kaf24@firebug... Disable pagetable pinning for shadow-mode-refcount...
2006-02-23 kaf24@firebug... Clean up segment selector fixup and validation.
2006-02-23 kaf24@firebug... Rename XENFEAT_ring0_kernel to slightly more generic...
2006-02-23 kaf24@firebug... Silenty ignore calls to xen_create_contiguous_region...
2006-02-23 kaf24@firebug... Clean up some vmx code.
2006-02-23 kaf24@firebug... Whenever the slice of a domU is set to 0, sedf_adjdom...
2006-02-23 kaf24@firebug... Update the hypercalls in Mini-OS to reflect the current...
2006-02-23 kaf24@firebug... Per-vcpu IO evtchn support for VT-i guests (ia64).
2006-02-23 kaf24@firebug... Per-vcpu IO evtchn patch for HVM domain.
2006-02-22 emellor@leeni... Adding a second IP address onto eth0 causes the vif...
2006-02-22 Ian.Campbell... Add feature flag allowing guest kernel to run in domain 0.
2006-02-22 kaf24@firebug... Cset 8916 missed two extra pages for VT-i domain and...
2006-02-22 kaf24@firebug... Fix gcc warning and clean a piece of code in arch_set_i...
2006-02-22 kaf24@firebug... Change shadow_direct_map_init/clean param from vcpu...
2006-02-22 Ian.Campbell... Fix x86_64 Xen build.
2006-02-22 cl349@firebug... Don't reload segment registers -- it's done later in...
2006-02-22 Ian.Campbell... Move lgdt_finish inline
2006-02-22 Ian.Campbell... List supported feature flags in __xen_guest section.
2006-02-22 Ian.Campbell... Validate the segment selectors passed to arch_set_info_...
2006-02-22 Ian.Campbell... Allow Xen to truncate x86_32 segment limits to the...
2006-02-22 pl@us.ibm.comXM-Test takes a really long time to build the initrd...
2006-02-22 kaf24@firebug... When thermal interrupt happened when vmx guest is running,
2006-02-22 kaf24@firebug... Fix HVM x86-32 PAE guest support on 64-bit Xen.
next